wayland: Handle scale 3 for cursors
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 21:41:00 +0000 (16:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 22:17:12 +0000 (17:17 -0500)
This is just a bandaid solution to make scale 3 work.
If people seriously want to go for scales larger than
that, we need a better solution.

gdk/wayland/gdkdisplay-wayland.h

index 9b1555761cd33765b1143cc6915dc5dc12cc871e..61ac7a4d5f4fcaa2de47e2f812cfdc3f99d8c823 100644 (file)
@@ -46,7 +46,7 @@
 
 G_BEGIN_DECLS
 
-#define GDK_WAYLAND_MAX_THEME_SCALE 2
+#define GDK_WAYLAND_MAX_THEME_SCALE 3
 #define GDK_WAYLAND_THEME_SCALES_COUNT GDK_WAYLAND_MAX_THEME_SCALE
 
 #define GDK_ZWP_POINTER_GESTURES_V1_VERSION 1